home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-05-15 | 1.0 KB | 49 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = a2
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- GLOBAL_RESOURCES = a2.nib
-
- CLASSES = WozView.m
-
- HFILES = a2.h cli.h hgrconv.h hgrtable.h WozView.h
-
- MFILES = a2_main.m temp.m
-
- CFILES = a2.c cli.c commands.c curses.c disk.c dos.c hgrconv.c\
- hgrtable.c jump.c main.c mem.c parse.c prodos.c screen.c\
- table.c tbl.c vidout.c
-
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app /usr/lib/NextStep/Workspace.app/application.tiff
-
- LIBS = -lcurses -ltermcap -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-